TEXT HEIGHT

This command will return the height of the provided string using the current text settings.

  Syntax
Return Integer=TEXT HEIGHT(String)
  Parameters
String
String
The string this command will use to get the height from

  Returns

The value returned is the height in pixels of the specified string

  Example Code
PRINT TEXT HEIGHT("Hello World")
WAIT KEY
  See also

TEXT Commands Menu
Index